From: Sébastien Villemot Date: Wed, 27 Jan 2021 05:56:54 +0000 (+0000) Subject: Various fixes for kFreeBSD shared library X-Git-Tag: archive/raspbian/0.3.13+ds-2+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5a024ddfe261db61df66b1ab575086ac980dd363;p=openblas.git Various fixes for kFreeBSD shared library Forwarded: not-needed Last-Update: 2014-08-05 Under kFreeBSD, give a SONAME to the shared library and install it. Also link it against libm. Simply use the same code as Linux for all these operations. Last-Update: 2014-08-05 Gbp-Pq: Name kfreebsd.patch --- diff --git a/Makefile.system b/Makefile.system index 5adde36..84c667e 100644 --- a/Makefile.system +++ b/Makefile.system @@ -365,7 +365,7 @@ ifeq ($(OSNAME), NetBSD) MD5SUM = md5 -n endif -ifeq ($(OSNAME), Linux) +ifeq ($(OSNAME), $(filter $(OSNAME),Linux FreeBSD)) EXTRALIB += -lm NO_EXPRECISION = 1 endif